home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / pmvkpr21.zip / readme.txt < prev   
Text File  |  1996-09-28  |  4KB  |  120 lines

  1. PMVKPROC v2.1
  2. -------------
  3.  
  4. ********************************************************************************
  5. General Information
  6. -------------------
  7.  
  8. The PMVKPROC utility is a system information utility which has its
  9. derivation from an process view and kill utility out of which the name
  10. was generated (PMVKPROC = Presentation Manager View and Kill PROCesses).
  11. Currently PMVKPROC shows informations about some system variables like 
  12. the size of the time slot and informations about the running processes.
  13.  
  14. The PMVKPROC utility is a 32-bit application which runs under the WPS. 
  15. It is developed with IBMs Visual Age C++ and the IOCL library by which 
  16. the program is a little bit larger but better expandable with new functions.
  17. It is developed and tested under OS/2 3.0. There should be no problems to
  18. run it under OS/2 2.X but it is not guaranteed.
  19.  
  20. PMVKPROC starts with an overview window. Here you can open additional
  21. windows with the actual information or you can set some options which are 
  22. valid for all windows (like the font size).
  23.  
  24. General information window
  25. --------------------------
  26. This window displays information about system variables. Most of the
  27. shown variables are static. That means they are set in the CONFIG.SYS file or
  28. are detected during the startup procedure of OS/2. 
  29.  
  30. The variables are grouped in four parts:
  31.  - Parallel processes
  32.  - Time slice
  33.  - Memory
  34.  - Path length
  35.  
  36. Process information window
  37. --------------------------
  38. This window displays information about the currently running processes. There
  39. are two listboxes: one which shows all processes with there parent-child 
  40. dependencies and one which shows detailed information about a selected 
  41. process like number of thread or loaded modules.
  42.  
  43. It is also possible to kill a process. Be careful with this function because
  44. the process is killed via the DosKillProcess function. There is no saving of
  45. data or something else.
  46.  
  47. ********************************************************************************
  48. Shareware Information
  49. ---------------------
  50.  
  51. The PMVKPROC utility is a fully functional shareware version. 
  52. Support shareware by sending $10 after a test period of 10 days to:
  53.  
  54. Frank Stanischewski
  55. Elise-Spaeth-Strasse 17
  56. D-91058 Erlangen
  57. Germany
  58.  
  59. (C) 1996 Frank Stanischewski
  60.  
  61. ********************************************************************************
  62. Installation Information
  63. ------------------------
  64.  
  65. Use the INSTALL.EXE program to install and deinstall the program.
  66. All files should be in the same directory to install the program.
  67. To deinstall you only need the INSTALL.EXE and INSTALL.HLP in an
  68. directory. For more information use the help in the INSTALL.EXE
  69. file. There is explained what is going on during the installation
  70. and deinstallation.
  71.  
  72. ********************************************************************************
  73. Author Information
  74. ------------------
  75.  
  76. For any suggestions or bug reports send an e-mail to:
  77.  
  78. stani@t-online.de
  79.  
  80. If you have no access to e-mail, you can send normal mail to :
  81.  
  82. Frank Stanischewski
  83. Elise-Spaeth-Strasse 17
  84. D-91058 Erlangen
  85. Germany
  86.  
  87. or you can send me a FAX :
  88.  
  89. Number : +49-9131-302699
  90.  
  91. ********************************************************************************
  92. Changes :
  93. ---------
  94.  
  95.  Version 1.1
  96.  
  97.    Added new DLL : FISSOFT.DLL cause of error `cannot find
  98.    DDE4MUI.DLL∩. Linked  other libraries statically.
  99.  
  100.  Version 1.2
  101.  
  102.    Added loaded module information of processes. Debugged
  103.    SYS3175 error. Need no DLL anymore.
  104.  
  105.  Big change ! All 1.X version will not work in other computers than on
  106.  mine one. I think it was a compiler bug. Who knows.
  107.  
  108.  Version 2.0
  109.  
  110.    Everything new. New outfit. Use the Visuall Age C++ with the new
  111.    library IOCL to develop the program. Added an installation program
  112.    because of the use of some entries in the OS2.INI profile to find
  113.    my own profile where window positions are put.
  114.  
  115.  Version 2.1
  116.  
  117.    - New: installation program (directory selection window etc.)
  118.    - New: window design caused by new information
  119.    - New: information window for general system informations
  120.